home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_562 / filer / english / s / filer.rc < prev   
Text File  |  1992-05-06  |  1KB  |  61 lines

  1. #
  2. # Filer V2.04 Resource
  3. #
  4.  
  5. #
  6. # colors
  7. #
  8. COLOR 0,AAA
  9. COLOR 1,000
  10. COLOR 2,FFF
  11. COLOR 3,679
  12. #
  13. # options
  14. #
  15. SET EXTEND ON        # extend filenames
  16. SET CACHE ON        # directory cache
  17. SET DOUBLECLICK ON    # change directory or do something with a file
  18.             # on doubleclick
  19. SET COPYFLAGS ON    # copy protection flags
  20. SET COPYDATE ON        # copy creation date
  21. SET COPYNOTE ON        # copy filenote
  22. SET NOASK OFF        # disable some security questions
  23. SET STAY OFF        # stay in memory after termination (use LEFT-AMIGA-F
  24.             # wake up)
  25. SET DESELECT ON        # desect file(s) in directory cache
  26. #
  27. # display format
  28. #
  29. FORMAT "NLPTDX"
  30. #
  31. # editor for the edit function
  32. #
  33. EDITOR "ED %s"        
  34. #
  35. # text viewer (optional)
  36. #
  37. #VIEWER "MuchMorePoPa %s"
  38. #
  39. # used font (only 8x8 fixed fonts)
  40. #
  41. #FONT "clean"
  42. #
  43. # IFF-Load program (picture & sound loader are builtin)
  44. #
  45. IFFDEF "ANIM","ShowANIM -c %s"
  46. IFFDEF "SMUS","Play I=:Instruments %s"
  47. #
  48. # archiv programs
  49. #
  50. ARCDEF "#?.LZH","LZ -a -x -i%s a %s","LZ -a -x l %s","LZ -a -m -x x %s %s"
  51. ARCDEF "#?.ZOO","Zoo <%s aI %s","Zoo l %s","Zoo x//O %s %s"
  52. ARCDEF "#?.LHA","LZ -2 -a -x -i%s a %s","LZ -2 -a -x l %s","LZ -2 -a -m -x x %s %s"
  53. ARCDEF "PK[0-9][0-9][0-9][0-9]","TeX:bin/flib <%s a %s -","TeX:bin/flib t %s","TeX:bin/flib x %s"
  54. #
  55. # tool programs (This feature is not implemented in the demo version.)
  56. #
  57. TOOL "#?.dvi","TeX:bin/ShowDVI -l %s"
  58. TOOL "#?.dms","DMS Write %s TO DF1: NOTEXT"
  59. TOOL "(Filer|#?.library|#?.device|#?-Handler)","Version %S FILE"
  60. TOOL "#?.zom","Zoom FROM %s TO DF1: CLEARBLOCKS"
  61.